home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / educate / spell210.zip / INSTALLC.BAT < prev    next >
DOS Batch File  |  1996-02-14  |  607b  |  26 lines

  1. echo off
  2. cls
  3. echo This utility will install SHOW 'N SPELL to your computer's
  4. echo hard disk drive C:
  5. echo.
  6. echo This utility will first create a new subdirectory C:\SPELL
  7. echo.
  8. echo If your computer does not have a hard disk drive, or
  9. echo if you wish to abort this installation, press CTRL+BREAK
  10. echo or CTRL+C now!
  11. echo.
  12. echo Else to install SHOW 'N SPELL to C:\SPELL,
  13. pause
  14. md c:\spell
  15. cls
  16. echo Installing SHOW 'N SPELL...
  17. echo.
  18. copy spell*.* c:\spell
  19. cls
  20. c:
  21. cd c:\spell
  22. echo.
  23. echo Installation complete!
  24. echo.
  25. echo To begin SHOW 'N SPELL, enter SPELL at the DOS prompt...
  26. echo.